home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / music / diehard2.arj / REPLAY.DOC < prev    next >
Text File  |  1990-01-22  |  5KB  |  142 lines

  1.                        REplay VERSION 1.01
  2.                                by
  3.                            R.E.ZOBELL
  4.  
  5.                   (GEnie mail address R.ZOBELL)
  6.  
  7. WAIVER:
  8.  
  9.     REplay is offered to you as a demo for evaluation. REplay is
  10. offered AS IS and absolutly NO guarantees are given or implied as
  11. to its suitability. The author assumes no responsibility for any
  12. damage to your machine or loss of data incurred while using this
  13. program.
  14.  
  15.  
  16. UPDATE INFO:
  17.  
  18.     This is the first update to REplay version 1.00. I found a
  19. bug involving the keyboard, if it was hit during a playback it 
  20. would cause the computer to go off into 'WONDERLAND', I forgot to
  21. disable the keyboard interrupt (OOPS!!). This has been corrected.
  22. Also I changed the command line entry and added a switch, see the
  23. section titled RUNNING REplay for more info.
  24.  
  25. GENERAL:
  26.     
  27.     Thank - you for showing interest in REplay 1.00. REplay will
  28. play back 8bit digital sampled audio files on the internal
  29. speaker of the PC/XT/AT and compatibles. This program was written
  30. in an attempt to produce better quality audio on the internal
  31. speaker. This particular version is mainly a demo program to test
  32. out the method I came up with, however, since it does appear to
  33. work quite well, I will continue work on it to develop a TSR
  34. version for every day use, as well as a linkable OBJ version to
  35. add better audio to games and other programs.
  36.  
  37.     The original archived file contains the following:
  38.  
  39.         REPLAY.EXE    - The executable file
  40.         GOODMORN    - A sample audio file (type 1)
  41.         HAL        - Another sample audio file (type 1)
  42.         GREETING    - Another sample audio file (type 2)
  43.         REPLAY.DOC    - This text file
  44.         ORDERF.ORM    - An order form for the source code
  45.  
  46.     Please feel free to distribute this program, on the
  47. conditions that, only the original archive file containing the
  48. above files be distributed, and, the executable file is not
  49. altered in any way, and, no fee is to be charged to the person
  50. or persons receiving it.
  51.  
  52. RUNNING REplay:
  53.  
  54.     To invoke REplay simply enter:
  55.  
  56.         REPLAY [-Fx][-Sy] <DATAFILE>
  57.  
  58.     - where x is a file type of:
  59.         
  60.         1 - TYPE 1 <DEFAULT>
  61.         2 - TYPE 2
  62.             - without going into great detail on
  63.               each of these two types, suffice it
  64.               to say that if it sounds bad on type 1
  65.               try type 2. (with these two types you
  66.               should be able to play most of the
  67.               digital audio files created for the 
  68.               Atari ST).
  69.  
  70.     - and y is a number from 0 - 6 selecting one of the       
  71.           following replay rates:
  72.  
  73.         0    - 11.5 Khz
  74.         1    - 12.5 Khz
  75.         2    - 14.0 Khz
  76.         3    - 16.0 Khz
  77.         4    - 18.5 Khz
  78.         5    - 22.0 Khz
  79.         6    - 27.0 Khz
  80.           
  81.         (the above frequencies are approximate).
  82.  
  83.     - and <datafile> is the complete path, filename, and       
  84.           extension of the digital audio data file.
  85.  
  86.     EXAMPLE: REPLAY -F2 -S3 GREETING
  87.  
  88.  
  89. ABOUT THE DATA FILES:
  90.  
  91.     The particular data files contained in the demo were taken
  92. from an Atari ST, and work quite well. I suspect that any 8bit
  93. digital sampled audio file will work. (some files use a
  94. compression scheme that I have not figured out yet, and these
  95. files will only produce a lot of noise).
  96.  
  97. COMPATABILITY:
  98.  
  99.     I developed REplay on an AT laptop machine, and can tell you
  100. that the audio quality from the small piezo-electric speaker it
  101. has was, to say the least, BAD!!. However, I tested it on a few
  102. full size machines (XT and AT), with real speakers, and it worked
  103. great. I should also mention that REplay temporarily grabs the
  104. timer-tick interrupt, and therefore will throw out your DOS clock
  105. by a few seconds each time it is run. This is not fatal though
  106. becuase the next time you boot your machine the DOS clock will be
  107. re-initialized anyway. (If for some reason you cannot live with
  108. your clock being a few seconds slow, simply use the DOS TIME
  109. command to reset it).
  110.  
  111. FUTURE OF REplay:
  112.  
  113.     As I stated earlier, I am still working on new versions of
  114. the program, and will make them available to you as they are
  115. ready. I am also currently working on a hardware project and
  116. software package, to allow you to record your own digital audio
  117. using the parallel port.
  118.  
  119. REQUEST FOR INPUT:
  120.  
  121.     I am very interested in what you think of REplay and request
  122. that if you have any questions, comments, suggestions, or
  123. criticism, you can reach me on GEnie at mail address R.ZOBELL, or
  124. you can write to me at the address listed at the end of this text
  125. file.
  126.  
  127. GETTING THE SOURCE CODE:
  128.  
  129.     If you are interested in learning more about how REplay
  130. works, for a generous donation of $15.00, I will be happy to send
  131. you a copy of the source code, commented and documented, as well
  132. as a complete technical explanation of how the audio is
  133. recovered. To obtain this, simply print the file ORDERF.ORM to
  134. your printer, fill it in, include a cheque or money order (do not
  135. send cash by mail!) for $15.00 and send it to:
  136.  
  137. RICHARD E. ZOBELL
  138. 24 RIVERGREEN CR. S.E.
  139. CALGARY, AB., CANADA
  140. T2C 3V5
  141.  
  142. Thank - you.